Update docs for new sort function
authorjustbur <justin@burkett.cc>
Tue, 17 May 2016 01:06:23 +0000 (21:06 -0400)
committerjustbur <justin@burkett.cc>
Tue, 17 May 2016 01:06:23 +0000 (21:06 -0400)
README.org
which-key.el

index 74baeb278116e4007831bb204032576b899daa04..5db07c1b6fd929c6612a05afa98b5ca90c112c43 100644 (file)
@@ -299,6 +299,8 @@ available options.
 ;; (setq which-key-sort-order 'which-key-key-order-alpha)
 ;; same as default, except all prefix keys are grouped together at the end
 ;; (setq which-key-sort-order 'which-key-prefix-then-key-order)
+;; same as default, except all keys from local maps shown first
+;; (setq which-key-sort-order 'which-key-prefix-then-key-order)
 ;; sort based on the key description ignoring case
 ;; (setq which-key-sort-order 'which-key-description-order)
 #+END_SRC
index d221c6fdcd295b2a719e0978d22249acfe54e6be..2cdf1cb94bb31575e132219060ab20ffb98221c0 100644 (file)
@@ -245,8 +245,10 @@ a percentage out of the frame's height."
 are
 
 1. `which-key-key-order': by key (default)
-2. `which-key-description-order': by description
-3. `which-key-prefix-then-key-order': prefix (no prefix first) then key
+2. `which-key-key-order-alpha': by key using alphabetical order
+3. `which-key-description-order': by description
+4. `which-key-prefix-then-key-order': prefix (no prefix first) then key
+5. `which-key-local-then-key-order': local binding then key
 
 See the README and the docstrings for those functions for more
 information."